Skip to content

intrinsic-test: Implemented DerefMut for ArmIntrinsicTest #1878

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

madhav-madhusoodanan
Copy link
Contributor

@madhav-madhusoodanan madhav-madhusoodanan commented Jul 16, 2025

Summary

  1. Moved the return type of IntrinsicType::from_c to Rust<Self, String> from Result<Box, String>
  2. Implemented DerefMut for ArmIntrinsicTest struct

Context

This PR is part 2 of the changes that were originally made in the x86 extension PR #1814 for intrinsic-test, and is intended to unblock the speedup efforts that are being made in PRs #1856 , #1862 and #1863.

More details: 1. Moved the return type of IntrinsicType::from_c to
Rust<Self, String> from Result<Box<Self>, String>
@madhav-madhusoodanan madhav-madhusoodanan force-pushed the intrinsic-test-box-removing-and-more branch from 2b57ce1 to c9c18ef Compare July 16, 2025 18:19
@madhav-madhusoodanan madhav-madhusoodanan marked this pull request as ready for review July 18, 2025 10:00
@folkertdev folkertdev added this pull request to the merge queue Jul 18, 2025
Merged via the queue into rust-lang:master with commit dc4d906 Jul 18, 2025
62 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants